A website used as my portfolio written in python with Flask, hosted on an OCI instance using a Gunicorn WSGI server proxied to Caddy. All pages are markdown files served in html.
After using obsidian for some time I realized that the ease of use of editing my pages with the .md format rather than using html would allow me to work and iterate faster. This method allows me to the ability to drag and drop my notes from obsidian into my website and have the content be accurately reflected in a formatted manner.
I simply needed a space to publish and document my work.
I am planning to implement pagination, searching, caching, and an admin panel.